home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / apm.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  514 b   |  16 lines

  1. The "Allow Midi files to Play" menu option flips
  2. a switch used by the OnAssertPlayMIDIFile method;
  3. this method is used to prevent playing MIDI files.
  4. (This could be due to lack of audio hardware or
  5. to avoid degrading performance.)
  6.  
  7. (Note: Assert methods normally are used to abort
  8. all further processing of an action, while the
  9. Handle Methods modify the processing. These
  10. two methods can each be overridden in code by
  11. direct assignment for Assert types and virtual
  12. overriding for Handle types.)
  13.  
  14.  
  15.  
  16.